home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / mips / t-svr3-gas < prev    next >
Text File  |  1993-09-09  |  320b  |  9 lines

  1. # Exactly the same as t-mips-gas, except we must define SYSTEM_HEADER_DIR
  2. # to point to the svr3 include files.
  3. SYSTEM_HEADER_DIR = /sysv/usr/include
  4.  
  5. # Suppress building libgcc1.a, since the MIPS compiler port is complete
  6. # and does not need anything from libgcc1.a.
  7. LIBGCC1 = libgcc1.null
  8. CROSS_LIBGCC1 = libgcc1.null
  9.